-
I’m using AWS sdk in my Python Lambda function to get Cognito User’s attributes. Like this code: client = boto3.client(‘cognito-idp’) …
- 384 views
- 1 answers
- 0 votes
I’m using AWS sdk in my Python Lambda function to get Cognito User’s attributes. Like this code: client = boto3.client(‘cognito-idp’) …